runtime.pMask.resize (method)
7 uses
runtime (current package)
proc.go#L6066: idlepMask = idlepMask.resize(nprocs)
proc.go#L6067: timerpMask = timerpMask.resize(nprocs)
proc.go#L6068: work.spanqMask = work.spanqMask.resize(nprocs)
proc.go#L6131: idlepMask = idlepMask.resize(nprocs)
proc.go#L6132: timerpMask = timerpMask.resize(nprocs)
proc.go#L6133: work.spanqMask = work.spanqMask.resize(nprocs)
proc.go#L7350: func (p pMask) resize(nprocs int32) pMask {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |